Welcome![Sign In][Sign Up]
Location:
Search - wpf csharp

Search list

[RichEditManOriKnowledge

Description: 最近弄一个可以编辑显示文本、图片、公式、表格、超链接等内容的东东,将其保存好数据库(DB4O),然后直接在内存中打开。最先想到的当然是dotNet的RichTextBox,但它对这些格式数据支持并不好,尤其是上下标。然后就是微软的Office Framer Control,没有什么问题,但是需要运行word进程,那玩意太庞大,尤其是在打开多个文档的时候占用内存过多。最后想到了wpf的Flowdocment,它虽然不直接支持公式,但在能直接将相关内容转换为图片形式,且不会改变显示样式。使用WPF的richTextBox可以直接将word编辑好的内容复制过来,然后保存。 同时文档保存形式也就讲究,应该保存为XamlPackage,这是一种压缩格式,把流文档的各种相关数据一同保存,因此很省事,不用关系连接或图片、多媒体的数据源问题。当然XamlPackage只保存Section节点。 在数据库中文档用byte[]表示,从数据库中打开文档时,可以使用byte[]实例化MemoryStream然后直接加载到相应的流文档显示控件中,但保存到数据库时却需要使用临时文件转储。相应的代码如下(C#):
Platform: | Size: 38912 | Author: | Hits:

[GUI DevelopWizardDemoApp

Description: Allows you to create any wizard form in the Visual Studio form designer, the only requirement is that it has a container for each page of the wizard. The container can be any container control, such as a Panel. Allows you to create the wizard pages in the Visual Studio form designer. There are no restrictions--you can use third party controls, etc. The whole framework should be very easy to modify to support a WPF-based wizard.
Platform: | Size: 512000 | Author: 叶利伟 | Hits:

[CSharpOrange

Description: 用WPF(Windows Presentation Framework)的项目,需要.NetFamework3.5,工程是VS2008的,包含SQL数据库文件。 软件工程课程的课程实验项目,课程任务管理系统Orange。 项目利用了WPF的特性做出动画、多媒体效果,并使用了数据绑定、事件等。 代码并不复杂,但界面效果很好。-With WPF (Windows Presentation Framework) project needs. NetFamework3.5, the VS2008 project is, including SQL database files. Software engineering curriculum pilot project, the Curriculum Task Management System Orange. Project made use of WPF features to make animation, multimedia effects, and the use of data binding, events and so on. Code is not complex, but the interface works well.
Platform: | Size: 4779008 | Author: 叶郁 | Hits:

[.nettooltip

Description: wpf中使用代码生成自定义tooltip,测试项目,需安装.net3.5-the use of code generation wpf custom tooltip, testing projects, to be installed. net3.5
Platform: | Size: 25600 | Author: luyingxue | Hits:

[Chess Poker gamesTwoToOnePokerGame

Description: 一个使用WPF开发的斗地主完整源码(DLL下的文件请复制到DEBUG下)-A use of WPF development斗地主complete source code (DLL files under the circumstances, please copy it to DEBUG)
Platform: | Size: 2482176 | Author: diskdog | Hits:

[Graph programGraphicsMM_Brushes

Description: WPF画刷演示。透明遮照画刷,颜色画刷,图像画刷。-WPF brush painting demonstration.遮照transparent painting brush, colors, painting brush, image brush painting.
Platform: | Size: 5613568 | Author: xiangzhou | Hits:

[Windows DevelopDataApplication

Description: Combining the presentation powers of WPF with the strong capabilities of C#, Silverlight looks very powerful-Combining the presentation powers of WPF with the strong capabilities of C#, Silverlight looks very powerful
Platform: | Size: 1744896 | Author: 就就 | Hits:

[Windows DevelopWPF_Media_Player

Description: 基于wpf的简单媒休播放器,可以控制进度条,控制音量-Wpf based on a simple off-media player, can control the progress bar, control the volume
Platform: | Size: 177152 | Author: zhu | Hits:

[CSharpTreeViewWithViewModelDemo

Description: Simplifying the WPF TreeView by Using the ViewModel Pattern
Platform: | Size: 29696 | Author: xbg | Hits:

[GIS programMapViewerWPF

Description: 来源于网上,基于WPF和ArcEngine9.3开发,实现地图浏览等基本功能。-Microsoft’s WPF (Windows Presentation Foundation) provides the facility to host windows Forms controls within a WPF application. This sample demonstrates how to host ArcGIS Engine Map control, Toolbar control and TOC control on a WPF window by using the WindowsFormsHost control. A combination of code and XMAL is used to view a map inside the WPF application.
Platform: | Size: 8192 | Author: 王林方 | Hits:

[3D GraphicAnaglyphShaderEffect_demo

Description: 此程序在使用3d眼镜时提供3d立体效果。本作品演示,如何应用wpf的shader效果来实现此类图片,可应用于任何一种wpf界面元素中-Anaglyph images provide a 3D stereoscopic effect when viewed with red/cyan glasses. This article shows how to use a WPF shader effect to blend a left and right image to produce the anaglyph illusion. This shader can be used for any kind of WPF UIElement.
Platform: | Size: 450560 | Author: yefeng | Hits:

[Windows DevelopWpf3DChartDemo

Description: 使用wpf3dchart客户空间来实现3d bar。仅采用几行代码就可以实现,你也可以采用wpf数据绑定来改变3d形状-Create interactive 3D spin able (or rotate able) bar chart in seconds using WPF3DChart custom control. Few lines of XAML or C# (or any .net compliant language code) is enough to create interactive, spinnable 3D bar chart. Also, you can use WPF Databinding to have ‘See 3D chart changes as you input’ effect.
Platform: | Size: 44032 | Author: yefeng | Hits:

[Windows DevelopWpfBrowserApplication1

Description: wpf的例子,webbrowser的应用(源码)-wpf example, webbrowser application (source)
Platform: | Size: 40960 | Author: 王俊超 | Hits:

[CSharpdrawme

Description: wpf+wcf远程聊天程序,很有学习的价值。-wpf+ wcf remote chat program, it is the value of learning.
Platform: | Size: 419840 | Author: | Hits:

[CSharpFishEyeDemo

Description: 一个WPF fisheye 相册,外国人的。-An WPF fisheye album,Write by foreigner.
Platform: | Size: 353280 | Author: ke | Hits:

[CSharpBeijing2008-3465

Description: 关于北京奥运会的WPF界面例子,确实很漂亮奥, 好像是微软的牛人做的-Beijing Olympic Games on the WPF interface example, is very beautiful, it seems that Microsoft are doing it
Platform: | Size: 1371136 | Author: RockyWang | Hits:

[.netWpfMusicPlayer

Description: C#和WPF开发的简单音乐播放器。使用XML编辑音乐列表,可自定义增加歌曲,界面非常漂亮。-C# and WPF development of a simple music player. The use of XML editing music list can be customized to increase song, the interface is very beautiful.
Platform: | Size: 13858816 | Author: 刘宏亮 | Hits:

[GUI Developwpf_recipes_in_csharp_2008_a_problem_solution_appr

Description: WPF的问题解决方案,用C#来实现WPF。一本很好的工具书。-wpf recipes in csharp 2008 a problem solution approach
Platform: | Size: 5663744 | Author: 任毅 | Hits:

[GUI Developprofessional_wpf_programming

Description: 这本书主要讲解WPF的基础知识,适合正在使用.NET技术设计UI的开发者(WINFROM MFC HTML)。-This book is designed to give you a working knowledge of Windows Presentation Foundation (WPF). The assumption is that the reader is already a .NET developer with some familiarity with other UI technologies (WinForms, MFC, HTML) but is new to WPF. In particular, the book focuses on using WPF with Visual Studio 2008, which we believe is the primary tool that most WPF developers will use, although we still spend some time talking about other available tools.
Platform: | Size: 5932032 | Author: 任毅 | Hits:

[ListView/ListBoxListViewDragDropManager_src

Description: wpf listView拖拽的实现源码!-ListViewDragDropManager_src
Platform: | Size: 20480 | Author: jeer | Hits:
« 1 2 3 45 6 7 8 9 »

CodeBus www.codebus.net